home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa.exe / 0 / RCDATA / TDABOUT / TDABOUT.txt
Text File  |  2005-01-21  |  2KB  |  86 lines

  1. object dAbout: TdAbout
  2.   Left = 479
  3.   Top = 338
  4.   HelpType = htKeyword
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 191
  8.   ClientWidth = 363
  9.   Color = clWhite
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnDestroy = FormDestroy
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object iMain: TImage32
  23.     Left = 0
  24.     Top = 0
  25.     Width = 363
  26.     Height = 191
  27.     BitmapAlign = baTopLeft
  28.     Scale = 1.000000000000000000
  29.     ScaleMode = smNormal
  30.     TabOrder = 0
  31.     OnMouseDown = iMainMouseDown
  32.     OnMouseMove = iMainMouseMove
  33.     OnMouseUp = iMainMouseUp
  34.     object lWebsite: TLabel
  35.       Left = 113
  36.       Top = 12
  37.       Width = 137
  38.       Height = 13
  39.       Cursor = crHandPoint
  40.       HelpType = htKeyword
  41.       AutoSize = False
  42.       Transparent = True
  43.       OnClick = lWebsiteClick
  44.     end
  45.     object lOK: TLabel
  46.       Left = 308
  47.       Top = 132
  48.       Width = 29
  49.       Height = 17
  50.       Cursor = crHandPoint
  51.       HelpType = htKeyword
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Caption = 'OK'
  55.       Color = 15790320
  56.       Font.Charset = RUSSIAN_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'Tahoma'
  60.       Font.Style = [fsBold]
  61.       ParentColor = False
  62.       ParentFont = False
  63.       Transparent = False
  64.       Layout = tlCenter
  65.       OnClick = lOKClick
  66.     end
  67.   end
  68.   object TheTimer: TTimer
  69.     Interval = 5000
  70.     OnTimer = TheTimerTick
  71.     Left = 32
  72.     Top = 160
  73.   end
  74.   object dklcMain: TDKLanguageController
  75.     IgnoreList.Strings = (
  76.       '*.Font.Name'
  77.       'SecondaryShortCuts')
  78.     Left = 60
  79.     Top = 160
  80.     LangData = {
  81.       06006441626F7574010100000003000000070043617074696F6E010400000005
  82.       00694D61696E000008006C57656273697465000003006C4F4B01010000000C00
  83.       0000070043617074696F6E00080054686554696D65720000}
  84.   end
  85. end
  86.